home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / portfoli / unitio.doc < prev    next >
Encoding:
Text File  |  1996-10-30  |  2.7 KB  |  76 lines

  1. UNITIO.EXE
  2. Unit conversion program
  3. for MSDOS computers and the ATARI Portfolio.
  4.  
  5.  
  6. UNITIO is a conversion utility for units of measurement. It is
  7. possible to use the program to convert other numeric values,
  8. for instance different rates of money exchange, but this is up
  9. to the user. At the moment UNITIO.EXE comes with a list of
  10. about 170 units used by physicists in different countries.
  11. A (to my knowledge) unique property of UNITIO is that the
  12. number of different possible conversions is unlimited.
  13. This, firstly, because the list of units supplied can be added
  14. to by the user, but secondly because of the formulas that can
  15. be incorporated in the list of units.
  16.  
  17. For instance, if you want to convert a certain PRESSURE into
  18. another unit, these are the units you can choose from:
  19.  
  20. PRESSURE
  21. Pa     Pascal(SI)
  22. kPa    Kilopascal
  23. ATM    Atmosphere
  24. Bar
  25. PSF    Pound per sq. Foot
  26. PSI    Pound per sq. Inch
  27. TORR   Torricelli (Mm Hg)
  28.  
  29. Quite a range, but in some cases not sufficient. Often the
  30. amount of pressure is not expressed in one of the above, but in
  31. a combination of units from other physical quantities, like
  32. Newton / m2 or even 'foot of water'.
  33.  
  34. In these cases you could choose :
  35.  
  36. (FORCE)/(AREA)
  37. or
  38. (DIST)*(DENS)*[G]
  39.  
  40. If you do, you are presented with  the wide range of units
  41. UNITIO provides for FORCE, from which you could choose Newton,
  42. and then with AREA, where you could choose for (DIST)^2 and
  43. then for meters.
  44.  
  45. In the case of 'foot of water' you choose for
  46. (DIST)*(DENS)*[G] , because as you will be aware a pressure of
  47. one 'foot of water' constitutes a DISTANCE of one foot times
  48. the DENSITY of water times the Gravitational Acceleration
  49. Constant G.
  50. But if you prefer, in the same way you could opt for 'mm of
  51. mercury' or 'miles under sealevel'. The words in normal
  52. brackets refer to other physical quantities contained in
  53. UNITS.FIL, the square brackets are used in case only one particular
  54. unit is indicated, as in this case G.
  55.  
  56. The possibilities are quite extended. IF the user should
  57. incorporate enough formulas into the UNITS.FIL list, there is
  58. hardly any problem in physics that cannot be tackled.
  59. Operators that can be used in formulas are + - * / ^ SIN and
  60. COS.
  61.  
  62. UNITIO was written using Borlands Turbo Pascal 5.5, with the
  63. intention to make more use of the Atari Portfolio's
  64. possibilities. Turbo Pascal calculates with an accuracy of about
  65. 10 decimals; not all the constants in UNITS.FIL are that accurate,
  66. though. The routines used are standard DOS routines, so
  67. the program works on PC, XT and AT machines as well.
  68.  
  69. The EXE file has been compacted using LZEXE by Fabrice Bellard,
  70. to use as little of the precious card space as possible.
  71.  
  72. Sjoerd Spoelstra
  73. Korenmolen 24
  74. 2906RA Capelle a/d IJssel
  75. HOLLAND.
  76.